home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java Certification Exam Guide
/
McGrawwHill-JavaCertificationExamGuide.iso
/
pc
/
Web Links and Code
/
ans
/
chap7
/
exer0701
/
InCheck.java
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-20
|
226 b
|
10 lines
boolean[] inCheck = new inCheck[8];
rows: for (int row = 0; row < 8; row++) {
for (int col = 0; col < 8; col++) {
if (inCheck(row, col)) {
inCheck[row] = true;
continue rows;
}
}
}